ai_marriage_score_modifier = {
    trigger = {
        has_trait = intelligent
        OR = {
            has_trait = beautiful
            has_trait = robust
        }
        ai = {
            is_realm_stable = yes
        }
    }
    modifier = 10
}